home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 20-NetworkServices / dhcp / description.frm.z / description.frm
Encoding:
Text File  |  1997-07-30  |  3.7 KB  |  82 lines

  1. #! /usr/bin/perl5
  2. #
  3. # description.frm
  4. #
  5. # Copyright 1988-1996 Silicon Graphics, Inc.
  6. # All rights reserved.
  7. #
  8. # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  9. # the contents of this file may not be disclosed to third parties, copied or
  10. # duplicated in any form, in whole or in part, without the prior written
  11. # permission of Silicon Graphics, Inc.
  12. #
  13. # RESTRICTED RIGHTS LEGEND:
  14. # Use, duplication or disclosure by the Government is subject to restrictions
  15. # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  16. # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  17. # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  18. # rights reserved under the Copyright Laws of the United States.
  19. #
  20. # $Id: description.frm,v 1.15 1997/04/17 21:22:49 shotes Exp $
  21.  
  22. print <<EndOfFile;
  23. Content-type: text/html
  24.  
  25. <H1><A NAME="_wmh1_827796637">DHCP</A></H1>
  26. <P>
  27. The dynamic host configuration protocol (DHCP) is a service that
  28. automatically assigns a network address and other operating parameters
  29. to client hosts that request them. The DHCP service is implemented by
  30. the <VAR>dhcp_bootp</VAR> process, which runs on a server. The
  31. configuration parameters that a DHCP server provides clients are stored
  32. in files that are contained in the <VAR>/var/dhcp/config</VAR>
  33. directory on the server. This directory contains a file for each
  34. network for which the DHCP server provides client configuration
  35. information (see the dhcp_bootp reference page for details).
  36. </P>
  37. <P>
  38. For clients on remote networks (any network to which the DHCP server is
  39. not directly attached), <VAR>dhcp_bootp</VAR> is assisted by a
  40. forwarding agent, <VAR>dhcp_relay.</VAR> You run <VAR>dhcp_relay
  41. </VAR>instead of <VAR>dhcp_bootp </VAR>on a system on each of these
  42. networks to forward client configuration requests to the DHCP server
  43. (see the dhcp_relay reference page for details). The DHCP server, which
  44. is the central source of Internet addresses for all the networks that
  45. it serves, maintains a list of assigned addresses in a table that you
  46. can display to monitor address status.
  47. </P>
  48. <P>
  49. To request configuration information from a DHCP server, the client
  50. host runs the complementary DHCP client application. When the
  51. server receives a request (which contains the client's hardware
  52. address), it forwards the network address and other requested
  53. configuration parameters to the client. Because client addresses are
  54. assigned for a specified time interval, they are referred to as
  55. <EM>address leases</EM>. Leases provided an efficient way of managing
  56. hosts that only occasionally require an Internet address.
  57. </P>
  58. <P>
  59. When the DHCP server configures a new host, it automatically updates
  60. the appropriate name and address databases on the server. You provide
  61. information about your name service (either the local hosts file or
  62. maps for DNS or NIS) and other DHCP server parameters when you
  63. configure the DHCP server.  Server configuration data is stored in the
  64. <VAR>/etc/config/dhcp_bootp.options </VAR>file.
  65. </P>
  66. <P>
  67. <STRONG>Note:</STRONG> If you are running the NIS name service, the
  68. DHCP server must be installed on the primary NIS server. If you are
  69. running DNS, you must update maps manually (or provide an update
  70. script).
  71. </P>
  72. <P>You can choose whether to configure a machine as a DHCP server or 
  73. a relay agent or a client but you cannot choose more than one of these 
  74. options at a time.  Use these forms to manage and configure DHCP: </P>
  75. <UL>
  76. <LI><A HREF="index.dhcp1.shtml" TARGET="left">DHCP Server Configuration</A>
  77. <LI><A HREF="index.dhcp2.shtml" TARGET="left">DHCP Server Options</A>
  78. <LI><A HREF="index.dhcp3.shtml" TARGET="left">Show Leases Currently Assigned by Server</A>
  79. <LI><A HREF="index.dhcp4.shtml" TARGET="left">Relay Agent Configuration</A>
  80. </UL>
  81. EndOfFile
  82.